*, *::before, *::after {
    box-sizing: border-box;
}
body {
    display: block;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3125rem;
    line-height: 1.6;
    background-color:  #f5f5f5;

    
    
}

.page__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    strong {
        color: #ba8016;
    }

a {
    text-decoration: none;
    color: #170b0b;
}


h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    margin-top: 1rem;
    line-height: 1.1;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #f7b948;
}
button {
    padding: 10px;
    background-color: #f0c14b;
    border: 1px solid #a88734;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #ddb347;
}

.send__btn{
    display: block;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 1.6rem;
    padding: 15px;
}
.more__btn {
    color: #ffffff;
    background-color: #f7b948;
    padding: 20px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    margin-top: 50px;

}

.contact__btn {
    border: solid 2px #f7b948;
    padding: 18px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    margin-top: 30px;
}

p {
    max-width: 35ch;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


img{ 
    max-width: 100%;
}

 

.hero__content{
   margin: 0 auto;
   color: #ffffff;
   background-image: url("../wsm_img/blackbackground.jpg");
   padding: 3rem;
   margin-bottom: 2rem;
   
}
.hero__img{
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
}


.page__content {
    margin: 2rem;
}
    @media screen and (min-width: 800px) {

    .page__content{

      display: grid;
      justify-content: center;
      
       
    }
    h1 {
       font-size: 2rem;
      
    }
    p, .page__ul {
        max-width: 55ch;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
   .hero__content {
    text-align: left;
    padding: 5rem;
   }
   .hero__content h1 {
       font-size: 4rem;
   }

   .hero__img{
    align-self: flex-end;

   }
   
   
   }
   @media screen and (min-width: 400px){
    .hero__content h1 {
        font-size: 2.5rem;
    }
   }